LassoScript Utility
Basics Browse Detail

[ChartFX->SetHeight]

Tag Link [ChartFX->SetHeight] Category ChartFX
Type Member Source Available Yes
Support Preferred Version 8.5
Change New Data Source Any
Output Type None Security None
Implementation Sets Lasso 8.5

Description

[ChartFX->SetHeight] sets the width for the chart in pixels. This tag and [ChartFX->SetWidth] must be called before calling [ChartFX->Render].

Syntax

[Var:'MyChart'=ChartFX]
[$MyChart->SetWidth(800)]
[$MyChart->SetHeight(600)]
[$MyChart->SetTemplateStr(' ... ')]
[$MyChart->SetLassoData(Records_Array)]
[$MyChart->Render]

Parameters

Required Parameters
Integer The desired height in pixels of the chart.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.